Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #355: fix PHP Notices on Organizations index page. #356

Merged

Conversation

t4k
Copy link
Contributor

@t4k t4k commented Jan 31, 2018

Addresses #355.

Add isset() to fix PHP Notice: Undefined index: org_orderBy
in …/organizations/index.php on line 153
Add isset() to fix PHP Notice: Undefined index: org_numberOfRecords
in …/organizations/index.php on line 149
Add isset() to fix PHP Notice: Undefined index: org_pageStart
in …/organizations/index.php on line 145
Add isset() to fix PHP Notice: Undefined index: org_startWith
in …/organizations/index.php on line 140
Add isset() to fix PHP Notice: Undefined index: org_contactName
in …/organizations/index.php on line 95
Add isset() to fix PHP Notice: Undefined index: org_contactName
in …/organizations/index.php on line 94
Add isset() to fix PHP Notice: Undefined index: org_organizationRoleID
in …/organizations/index.php on line 78
Add isset() to fix PHP Notice: Undefined index: org_organizationName
in …/organizations/index.php on line 62
Add isset() to fix PHP Notice: Undefined index: org_organizationName
in …/organizations/index.php on line 61
Set $reset variable to fix PHP Notice: Undefined variable: reset
in …/organizations/index.php on line 58
Add isset() to fix PHP Notice: Undefined index: ref_script
in …/organizations/index.php on line 32

Add isset() to fix PHP Notice: Undefined index: org_orderBy
    in …/organizations/index.php on line 153
Add isset() to fix PHP Notice: Undefined index: org_numberOfRecords
    in …/organizations/index.php on line 149
Add isset() to fix PHP Notice: Undefined index: org_pageStart
    in …/organizations/index.php on line 145
Add isset() to fix PHP Notice: Undefined index: org_startWith
    in …/organizations/index.php on line 140
Add isset() to fix PHP Notice: Undefined index: org_contactName
    in …/organizations/index.php on line 95
Add isset() to fix PHP Notice: Undefined index: org_contactName
    in …/organizations/index.php on line 94
Add isset() to fix PHP Notice: Undefined index: org_organizationRoleID
    in …/organizations/index.php on line 78
Add isset() to fix PHP Notice: Undefined index: org_organizationName
    in …/organizations/index.php on line 62
Add isset() to fix PHP Notice: Undefined index: org_organizationName
    in …/organizations/index.php on line 61
Set $reset variable to fix PHP Notice: Undefined variable: reset
    in …/organizations/index.php on line 58
Add isset() to fix PHP Notice: Undefined index: ref_script
    in …/organizations/index.php on line 32
@PaulPoulain PaulPoulain added the bug This is a bug (not an enhancement) label Feb 28, 2018
@veggiematts veggiematts merged commit eb80d51 into coral-erm:development Mar 1, 2018
@jeffnm jeffnm added this to the Version 3.0.0 Beta milestone Mar 15, 2018
@t4k t4k deleted the 355-notices-organizations branch April 5, 2018 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a bug (not an enhancement)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants